body {
  max-width: 650px;
  line-height: 1.6;
  font-size: 5vw;
  color: #0000b5;
  padding: 0 10px;
  background-color: #eeeeee;
  margin: 0;
  max-width: 75%;
  font-family: "Rubik", sans-serif;
  text-align: left;
}

/*Tamaño y alineación del texto en escritorio*/
@media screen and (min-width: 601px) {
  body {
    font-size: 1.7rem;
    text-align: justify;
  }
}

.columna-padding {
  padding-left: 20%;
  padding-top: 10%;
}

ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

img {
  /*object-fit: contain;*/
  width: 100%;
  max-width: 400px;
  height: auto;
}

footer {
  padding-top: 20%;
  text-align: center;
}

/*hipervínculos*/

a {
  outline-color: black;
}

a:link {
  color: #0000b5;
}

a:visited {
  color: #0000b5;
}

a:focus {
  text-decoration: none;
  background: #bae498;
}

a:hover {
  text-decoration: none;
  background: #cdfeaa;
}

a:active {
  background: #6900ff;
  color: #cdfeaa;
}

/*Botón de suscribirse */

/*Div contenedor del botón*/

div.center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding-right: 2rem;
  padding-bottom: 2rem;
  font: "Rubik", sans-serif;
}

button.button-54 {
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px,
    5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  display: inline-block;
}

button.button-54 a {
  text-decoration: none;
}

button.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}

.button-54:hover {
  background: #cdfeaa;
}
